DataSource for Entity Framework in WPF
C1.Data Namespace / ClientView<T> Class / IsLoaded Property

In This Topic
    IsLoaded Property
    In This Topic
    Gets a value indicating whether the client view is loaded.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsLoaded As Boolean
    public bool IsLoaded {get;}
    See Also